.float-sidebar {
    bottom: 40%;
    position: fixed;
    right: 20px;
    z-index: 990;
    background: #fff;
    box-shadow: 0 4px 11px 0 hsla(220, 4%, 56%, .2);
    border-radius: 24px;
}
.float-config-btn {
    width: 44px;
    height: 44px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
}
.float-config-btn:first-child:after {
    background-color: #c2c2c2;
    bottom: 0;
    content: "";
    height: 1px;
    left: 10px;
    position: absolute;
    right: 10px;
}
.phoneTitle{
     color: #191919;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
}
 .custom-popover {
     margin-right: 20px !important;

 }
